指定したワークブックを使用して、
RowColumnActionsCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal isColumn As System.Boolean, _
ByVal As Worksheet, _
ByVal As System.Integer, _
ByVal As System.Collections.Generic.List(Of Tuple(Of Reference(),Integer)) _
)
public RowColumnActionsCommand(
System.bool isColumn,
Worksheet ,
System.int ,
System.Collections.Generic.List<Tuple<Reference[],int>>
)
パラメータ
- isColumn
- コマンドが行と列のどちらで処理するかを示すブール値。
- worksheet
- このコマンドをアタッチするワークシート。
- paneIndex
- 処理するペインのインデックス。
- data
- 処理するデータ。
参照